-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump kubernetes to 1.32.1 #5436
Bump kubernetes to 1.32.1 #5436
Conversation
This pull request has merge conflicts that need to be resolved. |
bb2b324
to
1c97945
Compare
1c97945
to
14778cf
Compare
Unit test failure can be ignored, it's because I defined an image in Additional tests:
|
14778cf
to
5eae0fe
Compare
This pull request has merge conflicts that need to be resolved. |
5eae0fe
to
f8a5f70
Compare
f8a5f70
to
5511b04
Compare
This pull request has merge conflicts that need to be resolved. |
5511b04
to
1f182fe
Compare
pkg/constant/constant_test.go
Outdated
@@ -132,25 +132,9 @@ func TestContainerdModuleVersions(t *testing.T) { | |||
|
|||
func TestRuncModuleVersions(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The runc dependency is gone, I kept this to just check that vars.sh returns a runc_version number that makes sense. I'm not too sure what to do about this, maybe we should entirely remove the test or leave it as is because it's not hurting anyway...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this is already the second time the dependency vanished from upstream. I'd be comfortable with removing the test entirely. I think that's what I did last time (need to check the git history).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the test entirely.
@@ -146,10 +146,15 @@ $(controller_gen_targets): $(GO_ENV_REQUISITES) hack/tools/boilerplate.go.txt ha | |||
touch -- '$@' | |||
|
|||
# Run register-gen for each API group version. | |||
# Usually register-gen should should be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check this. I think this is a reasonably good option given the current circumstances.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Urgh, so this is what we get for not evaluating the upstream alpha and beta releases. Pretty sure we could've avoided this to land in the final Kubernetes release. WDYT concerning kubernetes/kubernetes#129290 (comment)? Should we maybe set those GODEBUG flags, as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should have this as a separate commit, just for reference, and to maybe revert it whenever the issue is fixed upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved it to a separate commit. I'd like the actual version bump commit to pass the tests so I moved this commit before the bump.
e1e23a3
to
f902897
Compare
go.mod
Outdated
sigs.k8s.io/controller-runtime v0.19.4 | ||
sigs.k8s.io/yaml v1.4.0 | ||
) | ||
|
||
require k8s.io/cluster-bootstrap v0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably a bad merge conflict resolution?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most certainly, it used to be in line 72. I moved it back to line 72 and set it to v0.32.1
pkg/constant/constant_test.go
Outdated
@@ -132,25 +132,9 @@ func TestContainerdModuleVersions(t *testing.T) { | |||
|
|||
func TestRuncModuleVersions(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this is already the second time the dependency vanished from upstream. I'd be comfortable with removing the test entirely. I think that's what I did last time (need to check the git history).
Due to kubernetes/kubernetes#129290 we cannot use v0.32.1. Temporarily lock it to v0.31.5. This must be reverted once it's fixed. Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
f902897
to
d59d0cc
Compare
0d150e6
to
8252cc4
Compare
8252cc4
to
e2d47e9
Compare
Description
Bump kubernetes to 1.32.1
Type of change
How Has This Been Tested?
Checklist: